Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge updates from base Manishearth's repo #5

Merged
merged 7 commits into from
Nov 19, 2016

Conversation

ByteCommander
Copy link
Owner

No description provided.

ArtOfCode- and others added 7 commits August 19, 2016 09:44
Scrape 'last seen' information from profiles
The user ID is retrieved by parsing the user URL.  When using / as the
delimiter, the user ID is at position 2 if the URL is of the form
stackoverflow.com/user/0000/username, but will be at position 4 if the
URL is of the form https://stackoverflow.com/user/0000/username.
To fix this problem, find the ID from the end rather than from the
beginning.  My previous patch didn't account for the username at the
end of the URL, so please ignore that patch.
The same as the last: If the protocol is included in the link, there will be an error
@ByteCommander ByteCommander merged commit d7c84e9 into ByteCommander:master Nov 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants